-
-
Notifications
You must be signed in to change notification settings - Fork 51
feat: Add missing sentry-cli v3 options to all actions #382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Add all missing options from sentry-cli v3.0.1 to match CLI capabilities - Fix parameter name: ids -> id in sentry_debug_files_upload - Remove deprecated options: info_plist, no_reprocessing, upload_symbol_maps - Update type validation to include jvm, portablepdb, wasm - Add comprehensive migration guide to README - Update CHANGELOG with breaking changes and new features
Semver Impact of This PR🟡 Minor (new features) 📋 Changelog PreviewThis is how your changes will appear in the changelog. Breaking Changes 🛠
New Features ✨
Build / dependencies / internal 🔧Deps
Other
🤖 This preview updates automatically when you update the PR. |
|
|
@sentry review |
runningcode
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
|
opps, the PR already merged for my issue. is there someway i can use it on fastlane? |
I noticed that the fastlane plugin actions does not offer the same parameters as the CLI, so I aligned them. This includes
The changes in this PR were cross-checked with sentry-cli
v3.0.1